home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SCRIPTS\SERVICE < prev    next >
Text File  |  1994-12-28  |  673b  |  25 lines

  1. # Bytewurm and lynx 91,2
  2. #
  3. alias .nickserve msg nickserv@service.de
  4. alias .noteserve msg noteserv@service.de
  5. alias .identify ^.nickserve identify $PASSWD
  6. alias .whois .nickserve whois
  7. alias .list .noteserve list
  8. alias .msg .noteserve msg
  9. alias .tell .noteserve tell
  10. alias .read .noteserve read
  11. alias .query .noteserve query
  12. alias .away .noteserve away
  13. alias .delete .noteserve delete
  14. alias .await .noteserve waitfor
  15. # alias .waitfor .await
  16. on -notice "nickserv Password mismatch. *" {
  17.     echo ** Wrong password, please re-/assign PASSWD
  18. }
  19. on -notice "noteserv *Please authenticate*" {
  20.     echo ** Hint: Do /.IDENTIFY, then send the message again
  21. }
  22. if (PASSWD) {
  23.     .identify
  24. }
  25.